-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Adding support for Kustomize projects #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
During the build process for our TypeScript-based GitHub Actions, a Currently, the repository is managed under Apache-2.0 via REUSE. However, because REUSE tracks licensing on a per-file basis, it does not easily accommodate dynamically generated artifacts that include multiple third-party licenses. The result is that each dependancy (and all its files) may not be properly tracked or declared in a way that maintains REUSE compliance. Addressing this properly would likely require:
To avoid blocking the current PR, I recommend creating a separate backlog issue dedicated to defining a reliable and automated approach for REUSE compliance of compiled artifacts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.